object FormKeyTree: TFormKeyTree Left = 252 Top = 157 AutoScroll = False BorderIcons = [biSystemMenu, biMaximize] Caption = 'FormKeyTree' ClientHeight = 63 ClientWidth = 155 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poDefault OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object TreeView1: TTreeView Left = 0 Top = 0 Width = 155 Height = 46 Align = alClient HideSelection = False Images = FormRegCmd.ImageList2 Indent = 19 PopupMenu = PopupMenu1 ReadOnly = True SortType = stText TabOrder = 0 OnChange = TreeView_Change OnExpanding = TreeView_Expanding OnKeyDown = TreeView_KeyDown end object StatusBar1: TStatusBar Left = 0 Top = 46 Width = 155 Height = 17 AutoHint = True Panels = < item Text = '** Path' Width = 50 end item Alignment = taCenter Text = '** Count' Width = 110 end> SimplePanel = False SizeGrip = False end object PopupMenu1: TPopupMenu AutoHotkeys = maManual AutoLineReduction = maManual Images = FormRegCmd.ImageList1 Left = 8 Top = 8 object JumptoKey1: TMenuItem Caption = 'Jump to Key...' ImageIndex = 17 ShortCut = 13 OnClick = JumptoKey_Cmd end object N1: TMenuItem Caption = '-' end object Expand1: TMenuItem Caption = '&Expand' ImageIndex = 25 ShortCut = 16423 OnClick = Expand_Cmd end object Collapse1: TMenuItem Caption = '&Collapse' ImageIndex = 26 ShortCut = 16421 OnClick = Collapse_Cmd end end end